home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / ole_101.zip / SCHMOO.ZIP / OLEGLOBL.C < prev    next >
C/C++ Source or Header  |  1992-04-13  |  345b  |  24 lines

  1. /*
  2.  * OLEGLOBL.C
  3.  *
  4.  * Declarations of OLE-specific global variables.
  5.  *
  6.  * Copyright(c) Microsoft Corp. 1992 All Rights Reserved
  7.  *
  8.  */
  9.  
  10.  
  11. #ifdef MAKEOLESERVER
  12.  
  13. #include <windows.h>
  14. #include <ole.h>
  15. #include "schmoo.h"
  16. #include "oleglobl.h"
  17.  
  18.  
  19. XOLEGLOBALS      stOLE;
  20. LPXOLEGLOBALS    pOLE=&stOLE;
  21.  
  22.  
  23. #endif //MAKEOLESERVER
  24.